All Questions
23,459 questions
0votes
0answers
19views
Dompdf - Table display is messy when using rowspan and page break
i have a problem with dompdf when using rowspan and table overlaps down, this issue is usually solved by adding css page-break-inside: avoid; but without rowspan, when i add rowspan the table contents ...
0votes
0answers
69views
HTML Purify removing display:flex;
I am working on WordPress plugin, I am using a library known as Html Purify which is used to sanitize HTML. while sending an email I have to sanitize all content using the library. <?php function ...
0votes
1answer
51views
MIME type ('text/html') is not a supported - any wordpress plugin available to fix this? [closed]
Refused to apply style from 'https://www.example.com.au/register/' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. I'm seeing the ...
1vote
1answer
65views
How to use css import with AssetMapper?
I'm working on a Symfony project and using Asset Mapper for the first time. I'm having trouble importing CSS files into a main CSS file. Here’s the situation: My admin.css file works fine when I add ...
0votes
0answers
35views
How to make a Content-type text/css PHP file cachable and easily force-reloadable? [duplicate]
Let's say, in style.css, I need to append a query string ?version=2 after the url of a background image for force-reloading: background-image: url(sprite.svg?version=2#icon-pencil); Because the ...
-2votes
0answers
59views
Undefined array key for every field [duplicate]
just to clarify I'm someone with absolutely no knowledge of PHP prior to this project. i found this problem on my code and i cant solve i am trying to follow some youtube video and it same that the ...
1vote
1answer
52views
Highlight order in admin dashboard in woocommerce with specific shipping method
i have more web sites, i have tried to copy a code which is working on one ( same woo version, same php version, same theme, same hosting) to another one, but it is not working. // **********local ...
0votes
1answer
57views
Wordpress stylesheet not loading, css styles not appearing, docker compose
Wordpress styles not loading. Used docker-compose to start nginx, mariadb & wordpress. Here is the configuration I'm using. services: mysql: image: mariadb:latest container_name: ...
0votes
1answer
98views
How to Add a Box Shadow to an Image in Dompdf?
I am using Dompdf in my Laravel project to generate PDFs, and I want to apply a box shadow effect to an image. However, since Dompdf does not support CSS3, the box-shadow property is not working. I ...
0votes
2answers
71views
Changing internal link color depending on post type
This is for a Wordpress site with historical data. Custom post types exist, one of historical figures ('people') and events ('events'). When an internal link placed in a regular post's content, I ...
1vote
0answers
106views
How to make my calendar table display a guest stay as a single 'entry' in a row instead of two separate entries [closed]
I am trying to make a room availability chart or calendar, with the expected result as follows: Each date has two columns with AM and PM as headers. AM indicates Check-In while PM indicates Check-...
0votes
1answer
74views
Can't do php artisan storage:link, The storage folder cannot be connected to the public folder
I tried php artisan storage:link, in the terminal it said "link has been connected" but when I checked the folder was not connected. This causes the avatar on the dashboard section of the ...
0votes
0answers
37views
How to add images (flags) in a select? [duplicate]
I want to add a flag to a plugin code that I have in WordPress. I have the code ready and everything, but it doesn't work as I want. It doesn't show me the flag. I did it with another plugin that ...
0votes
1answer
87views
jsBarcode svg image not displaying on every printable page HTML Javascript and PHP
I have barcodes of items in a box, I want to print these barcodes on paper two column format, but at the end of of every page I want to print the box barcode. I am using HTML, PHP, Javascript, CSS and ...
0votes
1answer
139views
Adding tailwind in my PHP project using the tailwind CLI won't display the styles in the frotend. output.css is empty or icorrect
I am building my first PHP project and I want to use tailwindcss for the styling. I am using the tailwind CLI so here is how I did it. I downloaded the latest release from here. I use the tailwindcss-...